home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 33
/
PC Gamer IT CD 33 2-2.iso
/
drivers
/
videodrv
/
diamond
/
FPD201E.EXE
/
rar
/
WINNT
/
OEMSETUP.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1997-10-03
|
3KB
|
96 lines
; oemsetup.inf This file contains the setup info for the
; Diamond FirePort PCI SCSI Host Adapter.
; Version 2.01ep5
; For Microsoft Windows NT 4.0
; 7/09/97
[version]
signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%DIAMOND%
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
[ControlFlags]
;
; Exclude the following devices from Select Device list.
; These represent 'combination' driver nodes, for which there are separate items to be
; presented to the user. These combination nodes are only used when figuring out what
; driver node to associate with a pre-existing service.
;
;
; Exclude the following devices from the platforms where they are not available.
;
;
; Exclude the generic (non-PCI) IDE description from all platforms. We can't do this globally (i.e.,
; "ExcludeFromSelect" with no suffix) because then we'll think it was hidden because we wanted that to
; be the migration name.
;
;**************************************
[Manufacturer]
%Diamond%=DIAMOND
;**************************************
;Diamond Multimedia Manufacturer device list
[DIAMOND]
%DeviceDesc.01% = fireport_Inst, PCI\VEN_1000&DEV_008F&SUBSYS_80001092
%DeviceDesc.02% = fireport_Inst, PCI\VEN_1000&DEV_000F&SUBSYS_87601092
;%FirePort.DeviceDesc% = fireport_Inst, PCI\VEN_1000&DEV_008F
[fireport_Inst]
CopyFiles = @fireport.sys
Reboot
[fireport_Inst.Services]
AddService = %ServiceName%, %SPSVCINST_ASSOCSERVICE%, fireport_Service_Inst, Miniport_EventLog_Inst
[fireport_Service_Inst]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\fireport.sys
LoadOrderGroup = SCSI Miniport
;*************************************************************
;The EventLog entries are the same for all SCSI miniports.
[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg
[Miniport_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7
;*************************************************************
[Strings]
DIAMOND = "Diamond Multimedia"
DeviceDesc.01 = "Diamond Multimedia FirePort PCI SCSI Host Adapter"
DeviceDesc.02 = "Diamond Multimedia FirePort PCI SCSI Host Adapter"
;PCI\VEN_1000&DEV_008F&SUBSYS_80001092.DeviceDesc = "Diamond Multimedia FirePort PCI SCSI Host Adapter"
;PCI\VEN_1000&DEV_000F&SUBSYS_87601092.DeviceDesc = "Diamond Multimedia FirePort 40 Dual PCI SCSI Host Adapter"
ServiceName = fireport
;SYMBIOS = "Symbios Logic"
;symc810.DeviceDesc = "Symbios Logic C810 PCI SCSI Host Adapter"
;PCI\VEN_1000&DEV_0002.DeviceDesc = "Symbios Logic C820 PCI SCSI Host Adapter"
;PCI\VEN_1000&DEV_0003.DeviceDesc = "Symbios Logic C825 PCI SCSI Host Adapter"
;PCI\VEN_1000&DEV_0004.DeviceDesc = "Symbios Logic C815 PCI SCSI Host Adapter"
;*******************************************
;Handy macro substitutions (non-localizable)
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER = 1
SERVICE_BOOT_START = 0
SERVICE_ERROR_NORMAL = 1
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001